Bitmap for WPF
Widen(Single,StrokeStyle,Nullable<Matrix3x2>,Single,GeometrySink) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > Geometry クラス > Widen メソッド : Widen(Single,StrokeStyle,Nullable<Matrix3x2>,Single,GeometrySink) メソッド
The amount by which to widen the geometry.
The style of stroke to apply to the geometry, or NULL.
The transform to apply to the geometry after widening it, or NULL.
The maximum bounds on the distance between points in the polygonal approximation of the geometry. Smaller values produce more accurate results but cause slower execution.
The SimplifiedGeometrySinkto which the widened geometry is appended.
Widens the geometry by the specified stroke and writes the result to an SimplifiedGeometrySinkafter it has been transformed by the specified matrix and flattened using the specified tolerance.
シンタックス
'宣言
 
Public Overloads Sub Widen( _
   ByVal strokeWidth As System.Single, _
   ByVal strokeStyle As StrokeStyle, _
   ByVal worldTransform As System.Nullable(Of Matrix3x2), _
   ByVal flatteningTolerance As System.Single, _
   ByVal geometrySink As GeometrySink _
) 
public void Widen( 
   System.float strokeWidth,
   StrokeStyle strokeStyle,
   System.Nullable<Matrix3x2> worldTransform,
   System.float flatteningTolerance,
   GeometrySink geometrySink
)

パラメータ

strokeWidth
The amount by which to widen the geometry.
strokeStyle
The style of stroke to apply to the geometry, or NULL.
worldTransform
The transform to apply to the geometry after widening it, or NULL.
flatteningTolerance
The maximum bounds on the distance between points in the polygonal approximation of the geometry. Smaller values produce more accurate results but cause slower execution.
geometrySink
The SimplifiedGeometrySinkto which the widened geometry is appended.

戻り値の型

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
参照

Geometry クラス
Geometry メンバ
オーバーロード一覧